home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Keystone Learning XML: More On Content Modeling
/
Keystone learning XML More on Content Modeling.iso
/
Sample Files
/
chapter 3
/
NamespacesWithDefault.xml
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Extensible Markup Language
|
1999-12-04
|
371 b
|
20 lines
<?xml version="1.0"?>
<products xmlns="http://www.mine.com"
xmlns:theirs="http://www.theirs.com">
<product>
<name>The Juice Tiger</name>
<price>$49.95</price>
<theirs:price>$54.95</theirs:price>
</product>
<product>
<name>The Salad Shooter</name>
<price>$35.95</price>
<theirs:price>$38.95</theirs:price>
</product>
</products>